Release 10.1A: OpenEdge Development:
Progress Dynamics Managers API Reference
generateEntityObject
This procedure generates an object for an entity, using a table in the database.
Location: ry\app\rydesmngrp.i Parameters:INPUT pcTableNames AS CHARACTERA list of databases and tables from which to generate objects. The list is in the following format:
<database name>CHR(3)<first tablename>,<next tablename>,...<last tablename>CHR(3)
<next database name> ...INPUT pcEntityObjectType AS CHARACTERThe class name of the Entity object. It must be descended from the Entity class.
INPUT pcEntityProductModule AS CHARACTERThe product module into which to create the Entity object.
INPUT plAutoProPerform AS LOGICALINPUT piPrefixLength AS INTEGERINPUT pcSeparator AS CHARACTERValid values are Upper, blank, or a printable character.
INPUT pcAuditingEnabled AS CHARACTERValid values are (
Y)es, (N)o, or (I)gnoreINPUT pcDescFieldQualifiers AS CHARACTERThe criteria used to search for the entity description field. If blank, uses the defaults.
INPUT pcKeyFieldQualifiers AS CHARACTERDetermines the criteria used to search for the entity key field. If blank, uses the defaults.
INPUT pcObjFieldQualifiers AS CHARACTERDetermines the criteria used to search for the entity object field. If blank, uses the defaults.
INPUT plDeployData AS LOGICALINPUT plVersionData AS LOGICALINPUT plReuseDeletedKeys AS LOGICALINPUT plAssociateDataFields AS LOGICALWhether to automatically associate DataFields with the entity.
Notes: IfplAssociateDataFieldsis set toYES, then all existing datafield instances are first removed.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |